DBA Data[Home] [Help]

APPS.FLM_FLMRFPKB_XMLP_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 42: from org_organization_definitions

38: DISPLAY="ALL"');*/
39: BEGIN
40: stmt_no := 10;
41: select organization_code into P_ORG_NAME
42: from org_organization_definitions
43: where organization_id = P_ORG_ID;
44:
45: stmt_no := 20;
46: if (P_LINE_ID IS NOT NULL) then

Line 64: from org_organization_definitions

60:
61: stmt_no := 40;
62: if (P_SOURCE_ORG_ID IS NOT NULL) then
63: select organization_code into P_SOURCE_ORG_NAME
64: from org_organization_definitions
65: where organization_id = P_SOURCE_ORG_ID;
66: end if;
67:
68: stmt_no := 50;