DBA Data[Home] [Help]

APPS.CTO_ITEM_PK dependencies on CTO_ENI_WRAPPER

Line 34: | CTO_ENI_WRAPPER.CTO_CALL_TO_ENI

30: | bugfix 3070429,3124169
31: | propagation bugfix #: 3143556
32: |
33: | After a call to create item , a new call is added to
34: | CTO_ENI_WRAPPER.CTO_CALL_TO_ENI
35: |
36: | NOTE: CTO_ENI_WRAPPER is maintained in bom Source control and
37: | is owned by ENI team. This is done as part of bugfix 3070429
38: |

Line 36: | NOTE: CTO_ENI_WRAPPER is maintained in bom Source control and

32: |
33: | After a call to create item , a new call is added to
34: | CTO_ENI_WRAPPER.CTO_CALL_TO_ENI
35: |
36: | NOTE: CTO_ENI_WRAPPER is maintained in bom Source control and
37: | is owned by ENI team. This is done as part of bugfix 3070429
38: |
39: | Always the main code contains stubbed version and branch has the
40: | a call to file maintained in ENI product top

Line 1271: l_eni_star_record CTO_ENI_WRAPPER.STAR_REC_TYPE;

1267:
1268: v_match_found boolean := false ;
1269:
1270: --start bugfix 3070429,3124169
1271: l_eni_star_record CTO_ENI_WRAPPER.STAR_REC_TYPE;
1272: eni_return_status VARCHAR2(1);
1273: --end bugfix 3070429,3124169
1274: v_update_count number ;
1275:

Line 1646: CTO_ENI_WRAPPER.CTO_CALL_TO_ENI

1642:
1643: --follwoing API is maintained by PLM,DBI team present in Bom source control
1644:
1645:
1646: CTO_ENI_WRAPPER.CTO_CALL_TO_ENI
1647: (p_api_version => 1.0,
1648: p_star_record => l_eni_star_record,
1649: x_return_status =>eni_return_status,
1650: x_msg_count => xMsgCount,

Line 1662: oe_debug_pub.add('Cto_Eni_Wrapper_Api:' || 'ENI_CONFIG_ITEMS_PKG.Create_config_items returned=>'

1658: --CTO has decided not to fail for error messages but just log messages
1659: --refer bug 3124169 for more info
1660: IF eni_return_status = 'S' THEN
1661: IF PG_DEBUG <> 0 THEN
1662: oe_debug_pub.add('Cto_Eni_Wrapper_Api:' || 'ENI_CONFIG_ITEMS_PKG.Create_config_items returned=>'
1663: ||eni_return_status, 5);
1664: END IF;
1665: ELSE
1666: IF PG_DEBUG <> 0 THEN

Line 1667: oe_debug_pub.add('Cto_Eni_Wrapper_Api: ' || 'ENI_CONFIG_ITEMS_PKG.Create_config_items returned=>'

1663: ||eni_return_status, 5);
1664: END IF;
1665: ELSE
1666: IF PG_DEBUG <> 0 THEN
1667: oe_debug_pub.add('Cto_Eni_Wrapper_Api: ' || 'ENI_CONFIG_ITEMS_PKG.Create_config_items returned=>'
1668: ||eni_return_status, 1);
1669: oe_debug_pub.add('Cto_Eni_Wrapper_Api: ' || 'IGNORING ABOVE ERROR', 1);
1670: END IF;
1671:

Line 1669: oe_debug_pub.add('Cto_Eni_Wrapper_Api: ' || 'IGNORING ABOVE ERROR', 1);

1665: ELSE
1666: IF PG_DEBUG <> 0 THEN
1667: oe_debug_pub.add('Cto_Eni_Wrapper_Api: ' || 'ENI_CONFIG_ITEMS_PKG.Create_config_items returned=>'
1668: ||eni_return_status, 1);
1669: oe_debug_pub.add('Cto_Eni_Wrapper_Api: ' || 'IGNORING ABOVE ERROR', 1);
1670: END IF;
1671:
1672: END IF;
1673:

Line 1971: CTO_ENI_WRAPPER.CTO_CALL_TO_ENI

1967:
1968: --follwoing API is maintained by PLM,DBI team present in Bom source control
1969:
1970:
1971: CTO_ENI_WRAPPER.CTO_CALL_TO_ENI
1972: (p_api_version => 1.0,
1973: p_star_record => l_eni_star_record,
1974: x_return_status =>eni_return_status,
1975: x_msg_count => xMsgCount,

Line 1987: oe_debug_pub.add('Cto_Eni_Wrapper_Api:' || 'ENI_CONFIG_ITEMS_PKG.Create_config_items returned=>'

1983: --CTO has decided not to fail for error messages but just log messages
1984: --refer bug 3124169 for more info
1985: IF eni_return_status = 'S' THEN
1986: IF PG_DEBUG <> 0 THEN
1987: oe_debug_pub.add('Cto_Eni_Wrapper_Api:' || 'ENI_CONFIG_ITEMS_PKG.Create_config_items returned=>'
1988: ||eni_return_status, 5);
1989: END IF;
1990: ELSE
1991: IF PG_DEBUG <> 0 THEN

Line 1992: oe_debug_pub.add('Cto_Eni_Wrapper_Api: ' || 'ENI_CONFIG_ITEMS_PKG.Create_config_items returned=>'

1988: ||eni_return_status, 5);
1989: END IF;
1990: ELSE
1991: IF PG_DEBUG <> 0 THEN
1992: oe_debug_pub.add('Cto_Eni_Wrapper_Api: ' || 'ENI_CONFIG_ITEMS_PKG.Create_config_items returned=>'
1993: ||eni_return_status, 1);
1994: oe_debug_pub.add('Cto_Eni_Wrapper_Api: ' || 'IGNORING ABOVE ERROR', 1);
1995: END IF;
1996:

Line 1994: oe_debug_pub.add('Cto_Eni_Wrapper_Api: ' || 'IGNORING ABOVE ERROR', 1);

1990: ELSE
1991: IF PG_DEBUG <> 0 THEN
1992: oe_debug_pub.add('Cto_Eni_Wrapper_Api: ' || 'ENI_CONFIG_ITEMS_PKG.Create_config_items returned=>'
1993: ||eni_return_status, 1);
1994: oe_debug_pub.add('Cto_Eni_Wrapper_Api: ' || 'IGNORING ABOVE ERROR', 1);
1995: END IF;
1996:
1997: END IF;
1998: