DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on PA_IMPLEMENTATIONS

Line 223: FROM pa_implementations;

219: /* added the below cursor for bug 3000981 */
220: CURSOR cur_pa_impl
221: IS
222: SELECT default_rate_type
223: FROM pa_implementations;
224:
225: TYPE override_fields_tbl_type IS TABLE OF l_override_fields_csr%rowtype
226: INDEX BY BINARY_INTEGER;
227:

Line 413: l_cust_acc_rel_code pa_implementations.cust_acc_rel_code%TYPE;

409: l_debug_mode varchar2(1);
410: g_module_name VARCHAR2(100) := 'pa.plsql.CREATE_PROJECT';
411:
412: /* Bug 3077676 */
413: l_cust_acc_rel_code pa_implementations.cust_acc_rel_code%TYPE;
414: CURSOR get_cust_acc_rel_code IS
415: Select cust_acc_rel_code
416: From pa_implementations;
417:

Line 416: From pa_implementations;

412: /* Bug 3077676 */
413: l_cust_acc_rel_code pa_implementations.cust_acc_rel_code%TYPE;
414: CURSOR get_cust_acc_rel_code IS
415: Select cust_acc_rel_code
416: From pa_implementations;
417:
418: -- FP-M Bug # 3301192
419: l_d_task_ver_id NUMBER;
420: l_d_task_id NUMBER;

Line 10209: l_cust_acc_rel_code pa_implementations.cust_acc_rel_code%TYPE;

10205: l_b_cc_tax_task_id VARCHAR2(1) := 'N';
10206: l_cc_tax_task_numb PA_TASKS.TASK_NUMBER%TYPE;
10207:
10208: /* Bug 3077676 */
10209: l_cust_acc_rel_code pa_implementations.cust_acc_rel_code%TYPE;
10210: CURSOR get_cust_acc_rel_code IS
10211: Select cust_acc_rel_code
10212: From pa_implementations;
10213:

Line 10212: From pa_implementations;

10208: /* Bug 3077676 */
10209: l_cust_acc_rel_code pa_implementations.cust_acc_rel_code%TYPE;
10210: CURSOR get_cust_acc_rel_code IS
10211: Select cust_acc_rel_code
10212: From pa_implementations;
10213:
10214: l_deliverable_id NUMBER; -- 3435905
10215: -- 3773373 removed below local variable usage
10216: -- i_dlvr NUMBER := 0; -- 3435905

Line 10587: FROM pa_implementations;

10583:
10584: CURSOR cur_pa_impl
10585: IS
10586: SELECT default_rate_type
10587: FROM pa_implementations;
10588:
10589: l_ALLOW_INV_USER_RATE_FLAG VARCHAR2(1) ;
10590: l_INV_RATE_DATE DATE;
10591: l_INV_RATE_TYPE VARCHAR2 (256) ;