DBA Data[Home] [Help]

APPS.PA_ADJUSTMENTS dependencies on PA_TRANSACTIONS

Line 331: pa_transactions.InsItemComment( X_exp_item_id

327: WHERE expenditure_item_id = X_exp_item_id);
328:
329: IF( dummy = 0 ) THEN
330:
331: pa_transactions.InsItemComment( X_exp_item_id
332: , X_new_comment
333: , X_user
334: , X_login
335: , temp_status );

Line 758: pa_transactions.InsItemComment( X_ei_id => X_backout_id

754:
755:
756: IF ( item_comment IS NOT NULL ) THEN
757:
758: pa_transactions.InsItemComment( X_ei_id => X_backout_id
759: , X_ei_comment => item_comment
760: , X_user => X_user
761: , X_login => X_login
762: , X_status => temp_status );

Line 3373: pa_transactions.InsItemComment(

3369: END IF;
3370:
3371: IF ( item_comment IS NOT NULL ) THEN
3372:
3373: pa_transactions.InsItemComment(
3374: X_ei_id => new_item_id
3375: , X_ei_comment => item_comment
3376: , X_user => X_user
3377: , X_login => X_login

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

3946: /* NO IC Changes required. A transfer is considered a new txn
3947: For new txns the Cross Charge attributes are populated by
3948: IC processes.
3949: */
3950: pa_transactions.LoadEi(
3951: X_expenditure_item_id => EiRec.expenditure_item_id
3952: ,X_expenditure_id => EiRec.expenditure_id
3953: ,X_expenditure_item_date => EiRec.expenditure_item_date
3954: ,X_project_id => X_dest_prj_id --NULL

Line 4045: pa_transactions.InsItems( X_user => X_user

4041: END LOOP;
4042:
4043: END LOOP;
4044:
4045: pa_transactions.InsItems( X_user => X_user
4046: , X_login => X_login
4047: , X_module => X_module
4048: , X_calling_process => 'TRANSFER'
4049: , Rows => temp_num_processed

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,