DBA Data[Home] [Help]

APPS.CTO_ITEM_PK dependencies on FND_FILE

Line 21: | Bugfix 1835357: Comment out all FND_FILE calls

17: | Modified : 01-JUN-2000 Sajani Sheth
18: | Added code to support Multilevel/Multi-org CTO functionality
19: |
20: | 18-JUN-01 Shashi Bhaskaran
21: | Bugfix 1835357: Comment out all FND_FILE calls
22: | since we are using oe_debug_pub.
23: |
24: | 24-AUG-2001 Sushant Sawant
25: | Bugfix 1957336: Added a new functionality for

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 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');