DBA Data[Home] [Help]

APPS.PO_CORE_S3 dependencies on PO_SYSTEM_PARAMETERS

Line 40: ** because the org_id column in po_system_parameters

36: x_multi_org_form_flag := TRUE;
37: END IF;
38:
39: /* Note: this will fail on a 10.5 or earlier install
40: ** because the org_id column in po_system_parameters
41: ** does not exist.
42: */
43:
44: /* If the form uses the org picker when it opens, then

Line 88: FROM po_system_parameters;

84: BEGIN
85:
86: SELECT org_id
87: INTO x_org_sob_id
88: FROM po_system_parameters;
89:
90: EXCEPTION
91: WHEN NO_DATA_FOUND THEN
92: