DBA Data[Home] [Help]

APPS.PA_CC_AR_AP_TRANSFER dependencies on PA_EXPEND_TYP_SYS_LINKS

Line 437: pa_expend_typ_sys_links

433: into dummy_x
434: from dual
435: where EXISTS
436: ( select 'x' from
437: pa_expend_typ_sys_links
438: where system_linkage_function = 'VI'
439: and expenditure_type = l_expenditure_type);
440:
441: v_arr_exp_type(K) := l_expenditure_type;