DBA Data[Home] [Help]

APPS.CTO_MATCH_CONFIG dependencies on CTO_ENI_WRAPPER

Line 63: | CTO_ENI_WRAPPER.CTO_CALL_TO_ENI

59: | pragtion bugfix #3143556
60: |
61: |
62: | After a call to create item , a new call is added to
63: | CTO_ENI_WRAPPER.CTO_CALL_TO_ENI
64: |
65: | NOTE: CTO_ENI_WRAPPER is maintained in bom Source control and
66: | is owned by ENI team. This is done as part of bugfix 3070429
67: |

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

61: |
62: | After a call to create item , a new call is added to
63: | CTO_ENI_WRAPPER.CTO_CALL_TO_ENI
64: |
65: | NOTE: CTO_ENI_WRAPPER is maintained in bom Source control and
66: | is owned by ENI team. This is done as part of bugfix 3070429
67: |
68: | Always the main code contains stubbed version and branch has the
69: | a call to file maintained in ENI product top

Line 202: l_eni_star_record CTO_ENI_WRAPPER.STAR_REC_TYPE;

198: and ato_line_id is not null -- could be a PTO
199: order by plan_level desc;
200:
201: --start bugfix 3070429,3124169
202: l_eni_star_record CTO_ENI_WRAPPER.STAR_REC_TYPE;
203: eni_return_status VARCHAR2(1);
204:
205: --end bugfix 3070429,3124169
206:

Line 281: CTO_ENI_WRAPPER.CTO_CALL_TO_ENI

277: l_eni_star_record.inventory_item_id , 5);
278: END IF;
279:
280: --follwoing API is maintained by PLM,DBI team present in Bom source control
281: CTO_ENI_WRAPPER.CTO_CALL_TO_ENI
282: (p_api_version => 1.0,
283: p_star_record => l_eni_star_record,
284: x_return_status =>eni_return_status,
285: x_msg_count => xMsgCount,

Line 424: CTO_ENI_WRAPPER.CTO_CALL_TO_ENI

420: l_eni_star_record.inventory_item_id , 5);
421: END IF;
422:
423: --follwoing API is maintained by PLM,DBI team present in Bom source control
424: CTO_ENI_WRAPPER.CTO_CALL_TO_ENI
425: (p_api_version => 1.0,
426: p_star_record => l_eni_star_record,
427: x_return_status =>eni_return_status,
428: x_msg_count => xMsgCount,

Line 530: CTO_ENI_WRAPPER.CTO_CALL_TO_ENI

526: l_eni_star_record.inventory_item_id , 5);
527: END IF;
528:
529: --follwoing API is maintained by PLM,DBI team present in Bom source control
530: CTO_ENI_WRAPPER.CTO_CALL_TO_ENI
531: (p_api_version => 1.0,
532: p_star_record => l_eni_star_record,
533: x_return_status =>eni_return_status,
534: x_msg_count => xMsgCount,