DBA Data[Home] [Help]

APPS.PA_CC_AP_INV_CLIENT_EXTN dependencies on PA_CC_UTILS

Line 36: pa_cc_utils.set_curr_function('PA_CC_AP_INV_CLIENT_EXTN.OVERRIDE_EXP_TYPE_EXP_ORG');

32:
33: BEGIN
34:
35: x_status := 0;
36: pa_cc_utils.set_curr_function('PA_CC_AP_INV_CLIENT_EXTN.OVERRIDE_EXP_TYPE_EXP_ORG');
37: --
38: -- Default code returns the expenditure_type and expenditure organization
39: -- that were passed to it.
40: --

Line 41: pa_cc_utils.log_message('Calling the custom code in client extension ');

37: --
38: -- Default code returns the expenditure_type and expenditure organization
39: -- that were passed to it.
40: --
41: pa_cc_utils.log_message('Calling the custom code in client extension ');
42: X_Error_Stage := 'Assigning the original values back to it';
43:
44: x_expenditure_type := p_expenditure_type ;
45: x_expenditure_organization_id := p_expenditure_organization_id ;

Line 47: pa_cc_utils.reset_curr_function;

43:
44: x_expenditure_type := p_expenditure_type ;
45: x_expenditure_organization_id := p_expenditure_organization_id ;
46:
47: pa_cc_utils.reset_curr_function;
48:
49: EXCEPTION
50:
51: WHEN OTHERS THEN