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 1321: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Calling cto_utility_pk.lock_for_match: start time: ' ||

1317: -- creating new configs if a non-commited match exists.
1318: -- Incase lock is not acquired, wait indefinitely. We could error out but we decided
1319: -- to wait so that user does not have to resubmit the process again.
1320: --
1321: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Calling cto_utility_pk.lock_for_match: start time: ' ||
1322: to_char(sysdate , 'MM/DD/YYYY HH24:MI:SS'));
1323: CTO_UTILITY_PK.lock_for_match(
1324: x_return_status => xReturnStatus,
1325: xMsgCount => xMsgCount,

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

1327: x_lock_status => l_lock_status,
1328: x_hash_value => l_hash_value,
1329: p_line_id => v_model_lines.line_id );
1330:
1331: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Calling cto_utility_pk.lock_for_match: end time: ' ||
1332: to_char(sysdate , 'MM/DD/YYYY HH24:MI:SS'));
1333:
1334: if xReturnStatus <> FND_API.G_RET_STS_SUCCESS then
1335: oe_debug_pub.add('match_and_create_all_items: '|| 'get_user_lock returned error');