DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG1 dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 67: ** Get the purchasing organization id from financials_system_parameters

63:
64: begin
65:
66: /*
67: ** Get the purchasing organization id from financials_system_parameters
68: */
69:
70: begin
71:

Line 74: from financials_system_parameters;

70: begin
71:
72: select inventory_organization_id
73: into fsp_org_id
74: from financials_system_parameters;
75:
76: exception
77:
78: when no_data_found then