DBA Data[Home] [Help]

APPS.PA_ADJUSTMENTS dependencies on PA_TRANSACTIONS_PUB

Line 3918: pa_transactions_pub.validate_transaction(

3914:
3915: ELSE
3916:
3917: EiRec.expenditure_item_id := pa_utils.GetNextEiId;
3918: pa_transactions_pub.validate_transaction(
3919: X_project_id => X_dest_prj_id
3920: , X_task_id => X_dest_task_id
3921: , X_ei_date => EiRec.expenditure_item_date
3922: , X_expenditure_type => EiRec.expenditure_type

Line 9584: ELSE PA_TRANSACTIONS_PUB.Allow_Adjustment_Extn(

9580: --the Allow Adjustment client extension. By default, the
9581: --allow_adjustment_extn will return the allow_adjustment_flag
9582: --for the given transaction source.
9583:
9584: ELSE PA_TRANSACTIONS_PUB.Allow_Adjustment_Extn(
9585: p_transaction_source => p_transaction_source,
9586: p_allow_adjustment_flag => l_allow_adjustment_flag,
9587: p_orig_transaction_reference => p_orig_transaction_reference,
9588: p_expenditure_type_class => p_expenditure_type_class,