DBA Data[Home] [Help]

APPS.PON_RESPONSE_IMPORT_PKG dependencies on PON_RESPONSE_PVT

Line 1705: PON_RESPONSE_PVT.recalculate_auc_curr_prices(p_bid_number, 'N', p_batch_id);

1701: --p_price_tiers_indicator in copy_interface_to_txn_tables() only used for xml upload mode, so it doesn't matter what this value is.
1702: '');
1703:
1704: -- Update auction currency columns for the current batch
1705: PON_RESPONSE_PVT.recalculate_auc_curr_prices(p_bid_number, 'N', p_batch_id);
1706:
1707: -- Update group amounts for the current batch
1708: -- NOTE: group amount is only calculated at the time of publish
1709: -- PON_RESPONSE_PVT.calculate_group_amounts(p_bid_number, l_supplier_user, 'N', p_batch_id);

Line 1709: -- PON_RESPONSE_PVT.calculate_group_amounts(p_bid_number, l_supplier_user, 'N', p_batch_id);

1705: PON_RESPONSE_PVT.recalculate_auc_curr_prices(p_bid_number, 'N', p_batch_id);
1706:
1707: -- Update group amounts for the current batch
1708: -- NOTE: group amount is only calculated at the time of publish
1709: -- PON_RESPONSE_PVT.calculate_group_amounts(p_bid_number, l_supplier_user, 'N', p_batch_id);
1710:
1711: -- Validate the data once it has been copied to the transaction tables
1712: PON_BID_VALIDATIONS_PKG.validate_spreadsheet_upload
1713: (l_auc_header_id,

Line 3373: PON_RESPONSE_PVT.recalculate_auc_curr_prices(p_bid_number, 'N', p_batch_id);

3369: l_price_tiers_indicator);
3370:
3371:
3372: -- Update auction currency columns for the current batch
3373: PON_RESPONSE_PVT.recalculate_auc_curr_prices(p_bid_number, 'N', p_batch_id);
3374:
3375: -- Update group amounts for the current batch
3376: -- NOTE: group amount is only calculated at the time of publish
3377: PON_RESPONSE_PVT.calculate_group_amounts(p_bid_number, l_supplier_user, 'N', p_batch_id);

Line 3377: PON_RESPONSE_PVT.calculate_group_amounts(p_bid_number, l_supplier_user, 'N', p_batch_id);

3373: PON_RESPONSE_PVT.recalculate_auc_curr_prices(p_bid_number, 'N', p_batch_id);
3374:
3375: -- Update group amounts for the current batch
3376: -- NOTE: group amount is only calculated at the time of publish
3377: PON_RESPONSE_PVT.calculate_group_amounts(p_bid_number, l_supplier_user, 'N', p_batch_id);
3378:
3379:
3380: -- Validate the data once it has been copied to the transaction tables
3381: PON_BID_VALIDATIONS_PKG.validate_spreadsheet_upload