DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_TRANSACTIONS_PUB

Line 5098: -- Calls pa_transactions_pub.validate_dff

5094: -- Verify that transaction does not violate any transaction controls,
5095: -- including transaction control extensions
5096: --
5097: -- DFF Upgrade:
5098: -- Calls pa_transactions_pub.validate_dff
5099: IF PG_DEBUG = 'Y' THEN
5100: pa_debug.G_err_stage := 'Calling pa_transactions_pub.validate_dff';
5101: log_message('log_message: ' || pa_debug.G_err_Stage);
5102: END IF;

Line 5100: pa_debug.G_err_stage := 'Calling pa_transactions_pub.validate_dff';

5096: --
5097: -- DFF Upgrade:
5098: -- Calls pa_transactions_pub.validate_dff
5099: IF PG_DEBUG = 'Y' THEN
5100: pa_debug.G_err_stage := 'Calling pa_transactions_pub.validate_dff';
5101: log_message('log_message: ' || pa_debug.G_err_Stage);
5102: END IF;
5103:
5104: pa_transactions_pub.validate_dff(

Line 5104: pa_transactions_pub.validate_dff(

5100: pa_debug.G_err_stage := 'Calling pa_transactions_pub.validate_dff';
5101: log_message('log_message: ' || pa_debug.G_err_Stage);
5102: END IF;
5103:
5104: pa_transactions_pub.validate_dff(
5105: p_dff_name => 'PA_EXPENDITURE_ITEMS_DESC_FLEX',
5106: p_attribute_category => X_att_cat,
5107: p_attribute1 => X_att1,
5108: p_attribute2 => X_att2,

Line 5140: pa_debug.G_err_stage := 'Calling pa_transactions_pub.validate_transaction';

5136: RETURN;
5137: END IF;
5138:
5139: IF PG_DEBUG = 'Y' THEN
5140: pa_debug.G_err_stage := 'Calling pa_transactions_pub.validate_transaction';
5141: log_message('log_message: ' || pa_debug.G_err_Stage);
5142: END IF;
5143:
5144: If PA_TRX_IMPORT.Get_GVal_ProjTskEi_Date = 'Y' then -- Added for BUG6931833

Line 5146: pa_transactions_pub.validate_transaction(

5142: END IF;
5143:
5144: If PA_TRX_IMPORT.Get_GVal_ProjTskEi_Date = 'Y' then -- Added for BUG6931833
5145:
5146: pa_transactions_pub.validate_transaction(
5147: X_project_id => G_project_id
5148: , X_task_id => G_task_id
5149: , X_ei_date => X_ei_date
5150: , X_expenditure_type => X_etype

Line 5214: pa_debug.G_err_stage := 'After pa_transactions_pub.validate_transaction';

5210:
5211: END IF;
5212:
5213: IF PG_DEBUG = 'Y' THEN
5214: pa_debug.G_err_stage := 'After pa_transactions_pub.validate_transaction';
5215: log_message('log_message: ' || pa_debug.G_err_Stage);
5216: END IF;
5217:
5218: -- IF G_skip_tc_flag <> 'Y' THEN /* commented for Bug # 2108456 */

Line 8547: -- billable flag derived from pa_transactions_pub.validate_transaction

8543:
8544: -- SSt changes
8545: -- For contract and capital projects, if the billable flag
8546: -- is populated in the interface table, then override the
8547: -- billable flag derived from pa_transactions_pub.validate_transaction
8548: -- with the value in the billable flag column
8549:
8550: IF PG_DEBUG = 'Y' THEN
8551: log_message('log_message: ' || 'Intial Billable Flag = ' || X_billable_flag);