DBA Data[Home] [Help]

APPS.PA_INVOICE_DETAIL_PROCESS dependencies on PA_CC_CA

Line 1689: pa_cc_ca.identify_ca_project

1685: Then
1686: If (not G_project_category.exists(P_CC_Project_Id(I)))
1687: Then
1688: /* Client Extension to identify the cost accrual project */
1689: pa_cc_ca.identify_ca_project
1690: ( p_project_id => P_CC_Project_Id(I),
1691: x_cost_accrual_flag => l_cost_accrual_flag );
1692:
1693: G_project_category(P_CC_Project_Id(I)) := l_cost_accrual_flag;