DBA Data[Home] [Help]

APPS.RCV_SETUP_S2 dependencies on RCV_SETUP_S

Line 1: PACKAGE BODY RCV_SETUP_S2 AS

1: PACKAGE BODY RCV_SETUP_S2 AS
2: /* $Header: RCVSTS2B.pls 120.2 2006/06/19 07:38:40 rahujain noship $*/
3:
4: --Bug 5049614: Creted function get_org_name.
5: /*===========================================================================

Line 113: ** Procedure calls the above hidden procedures within RCV_SETUP_S to get

109: x_blind_Receiving_flag OUT NOCOPY VARCHAR2,
110: x_allow_unordered OUT NOCOPY VARCHAR2 ) is
111:
112: /*
113: ** Procedure calls the above hidden procedures within RCV_SETUP_S to get
114: ** startup values.
115: */
116:
117: x_progress VARCHAR2(3) := '';

Line 137: x_override_routing := RCV_SETUP_S.get_override_routing;

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:
139:
140: x_progress := '020';
141: x_transaction_mode := RCV_SETUP_S.get_trx_proc_mode;

Line 141: x_transaction_mode := RCV_SETUP_S.get_trx_proc_mode;

137: x_override_routing := RCV_SETUP_S.get_override_routing;
138:
139:
140: x_progress := '020';
141: x_transaction_mode := RCV_SETUP_S.get_trx_proc_mode;
142:
143:
144: x_progress := '030';
145: x_receipt_traveller := RCV_SETUP_S.get_print_traveller;

Line 145: x_receipt_traveller := RCV_SETUP_S.get_print_traveller;

141: x_transaction_mode := RCV_SETUP_S.get_trx_proc_mode;
142:
143:
144: x_progress := '030';
145: x_receipt_traveller := RCV_SETUP_S.get_print_traveller;
146:
147:
148: x_progress := '040';
149:

Line 153: RCV_SETUP_S.get_receipt_number_info(x_receipt_num_code,

149:
150: --
151: /* Commented the following calls that are operating unit sensitive */
152: /*
153: RCV_SETUP_S.get_receipt_number_info(x_receipt_num_code,
154: x_receipt_num_type,
155: x_po_num_type);
156:
157: x_progress := '080';

Line 158: x_coa_id := RCV_SETUP_S.get_chart_of_accounts;

154: x_receipt_num_type,
155: x_po_num_type);
156:
157: x_progress := '080';
158: x_coa_id := RCV_SETUP_S.get_chart_of_accounts;
159:
160: */
161: --
162:

Line 175: RCV_SETUP_S.get_org_locator_control(x_org_id,

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,
177: x_negative_inv_receipt_code);
178:
179: x_progress := '125';

Line 183: RCV_SETUP_S2.get_receiving_flags (

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,
185: x_blind_receiving_flag,
186: x_allow_express,
187: x_allow_cascade,

Line 197: END RCV_SETUP_S2;

193: RAISE;
194:
195: END get_startup_values;
196:
197: END RCV_SETUP_S2;