DBA Data[Home] [Help]

APPS.CTO_ITEM_PK dependencies on CTO_UTILITY_PK

Line 281: CTO_UTILITY_PK.Populate_Bcol(

277: oe_debug_pub.add('Create_And_Link_Item: ' || ' deleted ' || SQL%ROWCOUNT ||
278: ' from bcol ' || to_char(pTopAtoLineId), 2);
279: END IF;
280:
281: CTO_UTILITY_PK.Populate_Bcol(
282: p_bcol_line_id => pTopAtoLineId,
283: x_return_status => XReturnStatus,
284: x_msg_count => XMsgCount,
285: x_msg_data => XMsgData,

Line 667: CTO_UTILITY_PK.validate_oe_data(p_bcol_line_id => pTopAtoLineId,

663: IF PG_DEBUG <> 0 THEN
664: oe_debug_pub.add('create_and_link_item: ' || 'going to call validate_oe_data ', 1 );
665: END IF;
666:
667: CTO_UTILITY_PK.validate_oe_data(p_bcol_line_id => pTopAtoLineId,
668: x_return_status => xReturnStatus);
669:
670:
671: if xReturnStatus <> FND_API.G_RET_STS_SUCCESS THEN

Line 1378: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Calling cto_utility_pk.lock_for_match: start time: ' ||

1374: -- creating new configs if a non-commited match exists.
1375: -- Incase lock is not acquired, wait indefinitely. We could error out but we decided
1376: -- to wait so that user does not have to resubmit the process again.
1377: --
1378: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Calling cto_utility_pk.lock_for_match: start time: ' ||
1379: to_char(sysdate , 'MM/DD/YYYY HH24:MI:SS'));
1380: CTO_UTILITY_PK.lock_for_match(
1381: x_return_status => xReturnStatus,
1382: xMsgCount => xMsgCount,

Line 1380: CTO_UTILITY_PK.lock_for_match(

1376: -- to wait so that user does not have to resubmit the process again.
1377: --
1378: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Calling cto_utility_pk.lock_for_match: start time: ' ||
1379: to_char(sysdate , 'MM/DD/YYYY HH24:MI:SS'));
1380: CTO_UTILITY_PK.lock_for_match(
1381: x_return_status => xReturnStatus,
1382: xMsgCount => xMsgCount,
1383: xMsgData => xMsgData,
1384: x_lock_status => l_lock_status,

Line 1388: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Calling cto_utility_pk.lock_for_match: end time: ' ||

1384: x_lock_status => l_lock_status,
1385: x_hash_value => l_hash_value,
1386: p_line_id => v_model_lines.line_id );
1387:
1388: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Calling cto_utility_pk.lock_for_match: end time: ' ||
1389: to_char(sysdate , 'MM/DD/YYYY HH24:MI:SS'));
1390:
1391: if xReturnStatus <> FND_API.G_RET_STS_SUCCESS then
1392: oe_debug_pub.add('match_and_create_all_items: '|| 'get_user_lock returned error');

Line 1469: CTO_UTILITY_PK.release_lock(

1465:
1466: --
1467: -- begin bugfix 4227993
1468: --
1469: CTO_UTILITY_PK.release_lock(
1470: x_return_status => xReturnStatus,
1471: x_Msg_Count => xMsgCount,
1472: x_Msg_Data => xMsgData,
1473: p_hash_value => l_hash_value);