DBA Data[Home] [Help]

APPS.EAM_DOWNTIME_PUB dependencies on STANDARD

Line 169: -- standard start of API savepoint

165: l_exception_set_id NUMBER;
166: l_calendar_code VARCHAR2(10);
167:
168: BEGIN
169: -- standard start of API savepoint
170: SAVEPOINT ProcessProductionDowntime_PUB;
171:
172: ------------------------------------------------------------------
173: -- retrieving concurrent program information

Line 806: sysdate, --standard who

802: l_to_time,
803: p_downtime_row.instance_id,
804: p_downtime_row.eqp_serial_number,
805: 2, --reduce capacity
806: sysdate, --standard who
807: fnd_global.user_id,
808: sysdate,
809: fnd_global.user_id,
810: fnd_global.login_id,

Line 976: -- standard start of API savepoint

972:
973: l_stmt_num NUMBER := 0;
974:
975: BEGIN
976: -- standard start of API savepoint
977: SAVEPOINT WriteLog_PUB;
978:
979: -- standard call to check for call compatibility
980: IF NOT FND_API.compatible_api_call (

Line 979: -- standard call to check for call compatibility

975: BEGIN
976: -- standard start of API savepoint
977: SAVEPOINT WriteLog_PUB;
978:
979: -- standard call to check for call compatibility
980: IF NOT FND_API.compatible_api_call (
981: l_api_version,
982: p_api_version,
983: l_api_name,

Line 1073: -- standard start of API savepoint

1069: j NUMBER;
1070: l_in_downtime_tbl downtime_tbl_type;
1071:
1072: BEGIN
1073: -- standard start of API savepoint
1074: SAVEPOINT LoadDowntime_PUB;
1075:
1076: -- standard call to check for call compatibility
1077: IF NOT FND_API.compatible_api_call (

Line 1076: -- standard call to check for call compatibility

1072: BEGIN
1073: -- standard start of API savepoint
1074: SAVEPOINT LoadDowntime_PUB;
1075:
1076: -- standard call to check for call compatibility
1077: IF NOT FND_API.compatible_api_call (
1078: l_api_version,
1079: p_api_version,
1080: l_api_name,

Line 1308: -- standard start of API savepoint

1304: j NUMBER;
1305:
1306:
1307: BEGIN
1308: -- standard start of API savepoint
1309: SAVEPOINT PurgeDowntime_PUB;
1310:
1311: -- standard call to check for call compatibility
1312: IF NOT FND_API.compatible_api_call (

Line 1311: -- standard call to check for call compatibility

1307: BEGIN
1308: -- standard start of API savepoint
1309: SAVEPOINT PurgeDowntime_PUB;
1310:
1311: -- standard call to check for call compatibility
1312: IF NOT FND_API.compatible_api_call (
1313: l_api_version,
1314: p_api_version,
1315: l_api_name,