DBA Data[Home] [Help]

APPS.CTO_MSUTIL_PUB dependencies on CTO_OSS_SOURCE_PK

Line 196: v_orgs_list cto_oss_source_pk.orgs_list ;

192: v_config_creation bom_cto_order_lines.config_creation%type ;
193:
194:
195: v_group_reference_id number ;
196: v_orgs_list cto_oss_source_pk.orgs_list ;
197: x_orgs_list CTO_MSUTIL_PUB.org_list;
198:
199: BEGIN
200:

Line 376: cto_oss_source_pk.get_oss_bom_orgs( p_line_id => v_model_lines.line_id

372:
373: oe_debug_pub.add( 'Going to Call GET OSS BOM ORGS for Create BOM Indication ' || to_char( v_model_lines.line_id) , 1 ) ;
374:
375:
376: cto_oss_source_pk.get_oss_bom_orgs( p_line_id => v_model_lines.line_id
377: ,x_orgs_list => v_orgs_list
378: ,x_return_status => x_return_status
379: ,x_msg_count => x_msg_count
380: ,x_msg_data => x_msg_data ) ;

Line 391: 'Failed in cto_oss_source_pk.get_oss_bom_orgs with expected error.', 1);

387: if x_return_status = FND_API.G_RET_STS_ERROR then
388:
389: IF PG_DEBUG <> 0 THEN
390: oe_debug_pub.add ('GET_ALL_ITEM_ORGS: ' ||
391: 'Failed in cto_oss_source_pk.get_oss_bom_orgs with expected error.', 1);
392: END IF;
393:
394: raise FND_API.G_EXC_ERROR;
395:

Line 400: 'Failed in cto_oss_source_pk.get_oss_bom_orgs with unexpected error.', 1);

396: elsif x_return_status = FND_API.G_RET_STS_UNEXP_ERROR then
397:
398: IF PG_DEBUG <> 0 THEN
399: oe_debug_pub.add ('GET_ALL_ITEM_ORGS: ' ||
400: 'Failed in cto_oss_source_pk.get_oss_bom_orgs with unexpected error.', 1);
401: END IF;
402:
403: raise FND_API.G_EXC_UNEXPECTED_ERROR;
404:

Line 782: v_orgs_list cto_oss_source_pk.orgs_list ;

778: v_config_creation bom_cto_order_lines_upg.config_creation%type ;
779:
780:
781: v_group_reference_id number ;
782: v_orgs_list cto_oss_source_pk.orgs_list ;
783: -- Added by Renga Kannan on 15-Sep-2005
784: -- For ATG performance Project
785: x_orgs_list CTO_MSUTIL_PUB.org_list;
786:

Line 946: cto_oss_source_pk.get_oss_bom_orgs( p_line_id => v_model_lines.line_id

942:
943: oe_debug_pub.add( 'Going to Call GET OSS BOM ORGS for Create BOM Indication ' || to_char( v_model_lines.line_id) , 1 ) ;
944:
945:
946: cto_oss_source_pk.get_oss_bom_orgs( p_line_id => v_model_lines.line_id
947: ,x_orgs_list => v_orgs_list
948: ,x_return_status => x_return_status
949: ,x_msg_count => x_msg_count
950: ,x_msg_data => x_msg_data ) ;

Line 961: 'Failed in cto_oss_source_pk.get_oss_bom_orgs with expected error.', 1);

957: if x_return_status = FND_API.G_RET_STS_ERROR then
958:
959: IF PG_DEBUG <> 0 THEN
960: oe_debug_pub.add ('GET_ALL_ITEM_ORGS: ' ||
961: 'Failed in cto_oss_source_pk.get_oss_bom_orgs with expected error.', 1);
962: END IF;
963:
964: raise FND_API.G_EXC_ERROR;
965:

Line 970: 'Failed in cto_oss_source_pk.get_oss_bom_orgs with unexpected error.', 1);

966: elsif x_return_status = FND_API.G_RET_STS_UNEXP_ERROR then
967:
968: IF PG_DEBUG <> 0 THEN
969: oe_debug_pub.add ('GET_ALL_ITEM_ORGS: ' ||
970: 'Failed in cto_oss_source_pk.get_oss_bom_orgs with unexpected error.', 1);
971: END IF;
972:
973: raise FND_API.G_EXC_UNEXPECTED_ERROR;
974:

Line 2041: CTO_OSS_SOURCE_PK.query_oss_sourcing_org( p_line_id => p_line_id,

2037:
2038: else
2039:
2040:
2041: CTO_OSS_SOURCE_PK.query_oss_sourcing_org( p_line_id => p_line_id,
2042: p_inventory_item_id => p_model_item_id,
2043: p_organization_id => p_organization_id,
2044: x_sourcing_rule_exists => v_sourcing_rule_exists,
2045: x_source_type => v_source_type ,