DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PA_EXPENDITURE_GROUPS_S

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

8852: l_Date_String
8853: From
8854: Dual;
8855:
8856: G_Stage := 'Use mod(pa_expenditure_groups_s.nextval,1000) to create number value.';
8857: If G_Debug_Mode = 'Y' Then
8858: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;
8859: pa_cc_utils.log_message(Pa_Debug.G_Err_Stage,0);
8860: End If;

Line 8863: Mod(Pa_Expenditure_Groups_S.NextVal,1000)

8859: pa_cc_utils.log_message(Pa_Debug.G_Err_Stage,0);
8860: End If;
8861:
8862: SELECT
8863: Mod(Pa_Expenditure_Groups_S.NextVal,1000)
8864: INTO
8865: l_Sequence_No
8866: FROM
8867: Dual;