DBA Data[Home] [Help]

APPS.PA_ADJUSTMENTS dependencies on PA_TRANSACTIONS

Line 326: pa_transactions.InsItemComment( X_exp_item_id

322: WHERE expenditure_item_id = X_exp_item_id);
323:
324: IF( dummy = 0 ) THEN
325:
326: pa_transactions.InsItemComment( X_exp_item_id
327: , X_new_comment
328: , X_user
329: , X_login
330: , temp_status );

Line 786: pa_transactions.InsItemComment( X_ei_id => X_backout_id

782:
783:
784: IF ( item_comment IS NOT NULL ) THEN
785:
786: pa_transactions.InsItemComment( X_ei_id => X_backout_id
787: , X_ei_comment => item_comment
788: , X_user => X_user
789: , X_login => X_login
790: , X_status => temp_status );

Line 3453: pa_transactions.InsItemComment(

3449: END IF;
3450:
3451: IF ( item_comment IS NOT NULL ) THEN
3452:
3453: pa_transactions.InsItemComment(
3454: X_ei_id => new_item_id
3455: , X_ei_comment => item_comment
3456: , X_user => X_user
3457: , X_login => X_login

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 4051: pa_transactions.LoadEi(

4047: /* NO IC Changes required. A transfer is considered a new txn
4048: For new txns the Cross Charge attributes are populated by
4049: IC processes.
4050: */
4051: pa_transactions.LoadEi(
4052: X_expenditure_item_id => EiRec.expenditure_item_id
4053: ,X_expenditure_id => EiRec.expenditure_id
4054: ,X_expenditure_item_date => EiRec.expenditure_item_date
4055: ,X_project_id => X_dest_prj_id --NULL

Line 4154: pa_transactions.InsItems( X_user => X_user

4150: END LOOP;
4151:
4152: END LOOP;
4153:
4154: pa_transactions.InsItems( X_user => X_user
4155: , X_login => X_login
4156: , X_module => X_module
4157: , X_calling_process => 'TRANSFER'
4158: , Rows => temp_num_processed

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,