DBA Data[Home] [Help]

APPS.PSP_ADJ_DRIVER dependencies on PA_TRANSACTIONS_PUB

Line 3728: pa_transactions_pub.validate_transaction(

3724:
3725:
3726: l_patc_status := NULL;
3727:
3728: pa_transactions_pub.validate_transaction(
3729: x_project_id => deferred_autopop_rec.array_project_id(i),
3730: x_task_id => deferred_autopop_rec.array_task_id(i),
3731: x_ei_date => effective_date_array.r_effective_date(j),
3732: x_expenditure_type => l_expenditure_type,

Line 4484: pa_transactions_pub.validate_transaction(

4480: LOOP
4481: p_error_flag := 'N';
4482: l_patc_status := NULL;
4483: l_award_status := NULL;
4484: pa_transactions_pub.validate_transaction(
4485: x_project_id => p_project_id,
4486: x_task_id => p_task_id,
4487: x_ei_date => r_eff_date_record.l_effective_date(recno),
4488: x_expenditure_type => p_expenditure_type,