DBA Data[Home] [Help]

APPS.RCV_SETUP_S2 dependencies on PO_CORE_S

Line 126: /* po_core_s.get_org_sob(x_org_id,x_org_name,x_sob_id); */

122: ** This call is junk. Should never be used since the org and sob id's
123: ** are passed in. Just need to get the org_name
124: */
125:
126: /* po_core_s.get_org_sob(x_org_id,x_org_name,x_sob_id); */
127:
128: select organization_name
129: into x_org_name
130: FROM org_organization_definitions

Line 134: x_ussgl_value := po_core_s.get_ussgl_option;

130: FROM org_organization_definitions
131: WHERE organization_id = x_org_id ;
132:
133: x_progress := 10;
134: x_ussgl_value := po_core_s.get_ussgl_option;
135:
136: x_progress := '015';
137: x_override_routing := RCV_SETUP_S.get_override_routing;
138:

Line 164: PO_CORE_S.get_period_name(x_sob_id,

160: */
161: --
162:
163: x_progress := 90;
164: PO_CORE_S.get_period_name(x_sob_id,
165: x_period_name,
166: x_gl_date );
167:
168: x_progress := 100;

Line 169: po_core_s.get_item_category_structure(x_category_set_id,x_structure_id);

165: x_period_name,
166: x_gl_date );
167:
168: x_progress := 100;
169: po_core_s.get_item_category_structure(x_category_set_id,x_structure_id);
170:
171: x_progress := 110;
172: po_core_s.get_global_values(x_user_id,x_logonid,x_update_date,x_creation_date);
173:

Line 172: po_core_s.get_global_values(x_user_id,x_logonid,x_update_date,x_creation_date);

168: x_progress := 100;
169: po_core_s.get_item_category_structure(x_category_set_id,x_structure_id);
170:
171: x_progress := 110;
172: po_core_s.get_global_values(x_user_id,x_logonid,x_update_date,x_creation_date);
173:
174: x_progress := 120;
175: RCV_SETUP_S.get_org_locator_control(x_org_id,
176: x_org_locator_control,

Line 180: x_gl_set_of_bks_id := PO_CORE_S.get_gl_set_of_bks_id;

176: x_org_locator_control,
177: x_negative_inv_receipt_code);
178:
179: x_progress := '125';
180: x_gl_set_of_bks_id := PO_CORE_S.get_gl_set_of_bks_id;
181:
182: x_progress := '130';
183: RCV_SETUP_S2.get_receiving_flags (
184: x_org_id,