DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_TRANSACTIONS_PUB

Line 5534: -- Calls pa_transactions_pub.validate_dff

5530: -- Verify that transaction does not violate any transaction controls,
5531: -- including transaction control extensions
5532: --
5533: -- DFF Upgrade:
5534: -- Calls pa_transactions_pub.validate_dff
5535: IF PG_DEBUG = 'Y' THEN
5536: pa_debug.G_err_stage := 'Calling pa_transactions_pub.validate_dff';
5537: log_message('log_message: ' || pa_debug.G_err_Stage);
5538: END IF;

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

5532: --
5533: -- DFF Upgrade:
5534: -- Calls pa_transactions_pub.validate_dff
5535: IF PG_DEBUG = 'Y' THEN
5536: pa_debug.G_err_stage := 'Calling pa_transactions_pub.validate_dff';
5537: log_message('log_message: ' || pa_debug.G_err_Stage);
5538: END IF;
5539:
5540: pa_transactions_pub.validate_dff(

Line 5540: pa_transactions_pub.validate_dff(

5536: pa_debug.G_err_stage := 'Calling pa_transactions_pub.validate_dff';
5537: log_message('log_message: ' || pa_debug.G_err_Stage);
5538: END IF;
5539:
5540: pa_transactions_pub.validate_dff(
5541: p_dff_name => 'PA_EXPENDITURE_ITEMS_DESC_FLEX',
5542: p_attribute_category => X_att_cat,
5543: p_attribute1 => X_att1,
5544: p_attribute2 => X_att2,

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

5572: RETURN;
5573: END IF;
5574:
5575: IF PG_DEBUG = 'Y' THEN
5576: pa_debug.G_err_stage := 'Calling pa_transactions_pub.validate_transaction';
5577: log_message('log_message: ' || pa_debug.G_err_Stage);
5578: END IF;
5579:
5580: If PA_TRX_IMPORT.Get_GVal_ProjTskEi_Date = 'Y' then -- Added for BUG6931833

Line 5582: pa_transactions_pub.validate_transaction(

5578: END IF;
5579:
5580: If PA_TRX_IMPORT.Get_GVal_ProjTskEi_Date = 'Y' then -- Added for BUG6931833
5581:
5582: pa_transactions_pub.validate_transaction(
5583: X_project_id => G_project_id
5584: , X_task_id => G_task_id
5585: , X_ei_date => X_ei_date
5586: , X_expenditure_type => X_etype

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

5652:
5653: END IF;
5654:
5655: IF PG_DEBUG = 'Y' THEN
5656: pa_debug.G_err_stage := 'After pa_transactions_pub.validate_transaction';
5657: log_message('log_message: ' || pa_debug.G_err_Stage);
5658: END IF;
5659:
5660: -- IF G_skip_tc_flag <> 'Y' THEN /* commented for Bug # 2108456 */

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

9290:
9291: -- SSt changes
9292: -- For contract and capital projects, if the billable flag
9293: -- is populated in the interface table, then override the
9294: -- billable flag derived from pa_transactions_pub.validate_transaction
9295: -- with the value in the billable flag column
9296:
9297: IF PG_DEBUG = 'Y' THEN
9298: log_message('log_message: ' || 'Intial Billable Flag = ' || X_billable_flag);