DBA Data[Home] [Help]

APPS.PSP_ADJ_DRIVER dependencies on PA_TRANSACTIONS_PUB

Line 3737: pa_transactions_pub.validate_transaction(

3733:
3734:
3735: l_patc_status := NULL;
3736:
3737: pa_transactions_pub.validate_transaction(
3738: x_project_id => deferred_autopop_rec.array_project_id(i),
3739: x_task_id => deferred_autopop_rec.array_task_id(i),
3740: x_ei_date => effective_date_array.r_effective_date(j),
3741: x_expenditure_type => l_expenditure_type,

Line 4493: pa_transactions_pub.validate_transaction(

4489: LOOP
4490: p_error_flag := 'N';
4491: l_patc_status := NULL;
4492: l_award_status := NULL;
4493: pa_transactions_pub.validate_transaction(
4494: x_project_id => p_project_id,
4495: x_task_id => p_task_id,
4496: x_ei_date => r_eff_date_record.l_effective_date(recno),
4497: x_expenditure_type => p_expenditure_type,