DBA Data[Home] [Help]

APPS.PA_COST1 dependencies on CST_ITEMRESOURCECOSTS_GRP

Line 929: l_stage := 'Calling CST_ItemResourceCosts_GRP.Get_ResourceRate API';

925: l_api_version := 1.0;
926: IF p_BOM_resource_id is NOT NULL Then
927:
928: BEGIN
929: l_stage := 'Calling CST_ItemResourceCosts_GRP.Get_ResourceRate API';
930: print_msg(l_debug_flag,l_stage);
931:
932: CST_ItemResourceCosts_GRP.Get_ResourceRate(
933: p_api_version => l_api_version

Line 932: CST_ItemResourceCosts_GRP.Get_ResourceRate(

928: BEGIN
929: l_stage := 'Calling CST_ItemResourceCosts_GRP.Get_ResourceRate API';
930: print_msg(l_debug_flag,l_stage);
931:
932: CST_ItemResourceCosts_GRP.Get_ResourceRate(
933: p_api_version => l_api_version
934: ,p_init_msg_list => FND_API.G_FALSE
935: ,p_commit => FND_API.G_FALSE
936: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL

Line 946: l_stage := 'After CST_ItemResourceCosts_GRP.Get_ResourceRate API returnStatus['||l_return_status||

942: ,p_cost_type_id => p_mfc_cost_type_id
943: ,x_resource_rate => l_txn_raw_cost_rate
944: ,x_currency_code => l_txn_curr_code
945: );
946: l_stage := 'After CST_ItemResourceCosts_GRP.Get_ResourceRate API returnStatus['||l_return_status||
947: ']CostRate['||l_txn_raw_cost_rate||']CurrCode['||l_txn_curr_code||']msgDate['||l_msg_data||']';
948: print_msg(l_debug_flag,l_stage);
949: If ( l_return_status <> 'S' OR l_txn_curr_code is NULL ) Then
950: If l_return_status = 'U' Then

Line 987: l_stage := 'Calling CST_ItemResourceCosts_GRP.Get_ItemCost API';

983: ElsIF l_trxn_type in ('MATERIAL ITEM RATE') Then
984: IF p_inventory_item_id is NOT NULL Then
985: -- call the api provided by PO/BOM team to dervie the Raw cost
986: BEGIN
987: l_stage := 'Calling CST_ItemResourceCosts_GRP.Get_ItemCost API';
988: print_msg(l_debug_flag,l_stage);
989: l_cost_source := p_mfc_cost_source ;
990: l_api_version := 1.0;
991: CST_ItemResourceCosts_GRP.Get_ItemCost

Line 991: CST_ItemResourceCosts_GRP.Get_ItemCost

987: l_stage := 'Calling CST_ItemResourceCosts_GRP.Get_ItemCost API';
988: print_msg(l_debug_flag,l_stage);
989: l_cost_source := p_mfc_cost_source ;
990: l_api_version := 1.0;
991: CST_ItemResourceCosts_GRP.Get_ItemCost
992: (
993: p_api_version => l_api_version
994: ,p_init_msg_list => FND_API.G_FALSE
995: ,p_commit => FND_API.G_FALSE

Line 1008: l_stage := 'After CST_ItemResourceCosts_GRP.Get_ItemCost API returnStatus['||l_return_status||

1004: /*Bug fix:4154009 ,x_item_cost => l_txn_raw_cost */
1005: ,x_item_cost => l_txn_raw_cost_rate
1006: ,x_currency_code => l_txn_curr_code
1007: );
1008: l_stage := 'After CST_ItemResourceCosts_GRP.Get_ItemCost API returnStatus['||l_return_status||
1009: ']MaterialCostRate['||l_txn_raw_cost_rate||']CurrCode['||l_txn_curr_code||']msgDate['||l_msg_data||']' ;
1010: print_msg(l_debug_flag,l_stage);
1011: If ( l_return_status <> 'S' OR l_txn_curr_code is NULL ) Then
1012: If l_return_status = 'U' Then