DBA Data[Home] [Help]

APPS.CTO_MSUTIL_PUB dependencies on CTO_OSS_SOURCE_PK

Line 199: v_orgs_list cto_oss_source_pk.orgs_list ;

195: v_config_creation bom_cto_order_lines.config_creation%type ;
196:
197:
198: v_group_reference_id number ;
199: v_orgs_list cto_oss_source_pk.orgs_list ;
200: x_orgs_list CTO_MSUTIL_PUB.org_list;
201:
202: BEGIN
203:

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

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

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

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

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

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

Line 785: v_orgs_list cto_oss_source_pk.orgs_list ;

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

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

947:
948: oe_debug_pub.add( 'Going to Call GET OSS BOM ORGS for Create BOM Indication ' || to_char( v_model_lines.line_id) , 1 ) ;
949:
950:
951: cto_oss_source_pk.get_oss_bom_orgs( p_line_id => v_model_lines.line_id
952: ,x_orgs_list => v_orgs_list
953: ,x_return_status => x_return_status
954: ,x_msg_count => x_msg_count
955: ,x_msg_data => x_msg_data ) ;

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

962: if x_return_status = FND_API.G_RET_STS_ERROR then
963:
964: IF PG_DEBUG <> 0 THEN
965: oe_debug_pub.add ('GET_ALL_ITEM_ORGS: ' ||
966: 'Failed in cto_oss_source_pk.get_oss_bom_orgs with expected error.', 1);
967: END IF;
968:
969: raise FND_API.G_EXC_ERROR;
970:

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

971: elsif x_return_status = FND_API.G_RET_STS_UNEXP_ERROR then
972:
973: IF PG_DEBUG <> 0 THEN
974: oe_debug_pub.add ('GET_ALL_ITEM_ORGS: ' ||
975: 'Failed in cto_oss_source_pk.get_oss_bom_orgs with unexpected error.', 1);
976: END IF;
977:
978: raise FND_API.G_EXC_UNEXPECTED_ERROR;
979:

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

2012:
2013: else
2014:
2015:
2016: CTO_OSS_SOURCE_PK.query_oss_sourcing_org( p_line_id => p_line_id,
2017: p_inventory_item_id => p_model_item_id,
2018: p_organization_id => p_organization_id,
2019: x_sourcing_rule_exists => v_sourcing_rule_exists,
2020: x_source_type => v_source_type ,