35: x_multi_org_form_flag := TRUE;
36: END IF;
37:
38: /* Note: this will fail on a 10.5 or earlier install
39: ** because the org_id column in po_system_parameters
40: ** does not exist.
41: */
42:
43: /* If the form uses the org picker when it opens, then
83: BEGIN
84:
85: SELECT org_id
86: INTO x_org_sob_id
87: FROM po_system_parameters;
88:
89: EXCEPTION
90: WHEN NO_DATA_FOUND THEN
91: