DBA Data[Home] [Help]

APPS.PA_CC_AR_AP_TRANSFER dependencies on PA_EXPEND_TYP_SYS_LINKS

Line 433: pa_expend_typ_sys_links

429: into dummy_x
430: from dual
431: where EXISTS
432: ( select 'x' from
433: pa_expend_typ_sys_links
434: where system_linkage_function = 'VI'
435: and expenditure_type = l_expenditure_type);
436:
437: v_arr_exp_type(K) := l_expenditure_type;