DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PA_EXPENDITURE_GROUPS_S

Line 9771: G_Stage := 'Use mod(pa_expenditure_groups_s.nextval,1000) to create number value.';

9767: l_Date_String
9768: From
9769: Dual;
9770:
9771: G_Stage := 'Use mod(pa_expenditure_groups_s.nextval,1000) to create number value.';
9772: If G_Debug_Mode = 'Y' Then
9773: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;
9774: pa_cc_utils.log_message(Pa_Debug.G_Err_Stage,0);
9775: End If;

Line 9778: Mod(Pa_Expenditure_Groups_S.NextVal,1000)

9774: pa_cc_utils.log_message(Pa_Debug.G_Err_Stage,0);
9775: End If;
9776:
9777: SELECT
9778: Mod(Pa_Expenditure_Groups_S.NextVal,1000)
9779: INTO
9780: l_Sequence_No
9781: FROM
9782: Dual;