Function lookup_gplan_id
Source pub fn lookup_gplan_id(config_json: &str, plan_code: &str) -> Result<i64>
Expand description
Lookup generic plan ID by plan code
§Arguments
config_json - JSON configuration string
plan_code - Plan code to look up (case-insensitive, e.g., “INGEST”, “SEARCH”)
§Returns
Plan ID (GPLAN_ID)
§Errors
Returns error if plan not found or JSON is invalid