DBA Data[Home] [Help]

APPS.PA_ADJUSTMENTS dependencies on PA_TRANSACTIONS_PUB

Line 3824: pa_transactions_pub.validate_transaction(

3820:
3821: ELSE
3822:
3823: EiRec.expenditure_item_id := pa_utils.GetNextEiId;
3824: pa_transactions_pub.validate_transaction(
3825: X_project_id => X_dest_prj_id
3826: , X_task_id => X_dest_task_id
3827: , X_ei_date => EiRec.expenditure_item_date
3828: , X_expenditure_type => EiRec.expenditure_type

Line 9301: ELSE PA_TRANSACTIONS_PUB.Allow_Adjustment_Extn(

9297: --the Allow Adjustment client extension. By default, the
9298: --allow_adjustment_extn will return the allow_adjustment_flag
9299: --for the given transaction source.
9300:
9301: ELSE PA_TRANSACTIONS_PUB.Allow_Adjustment_Extn(
9302: p_transaction_source => p_transaction_source,
9303: p_allow_adjustment_flag => l_allow_adjustment_flag,
9304: p_orig_transaction_reference => p_orig_transaction_reference,
9305: p_expenditure_type_class => p_expenditure_type_class,