DBA Data[Home] [Help]

APPS.PON_CONSOLE_PVT dependencies on FND_GLOBAL

Line 1137: bh.last_updated_by = fnd_global.user_id

1133:
1134: UPDATE pon_bid_headers bh
1135: SET bh.color_sequence_id = l_color_sequence_id,
1136: bh.last_update_date = sysdate,
1137: bh.last_updated_by = fnd_global.user_id
1138: WHERE bh.trading_partner_id = c.trading_partner_id
1139: AND bh.trading_partner_contact_id = c.trading_partner_contact_id
1140: AND bh.vendor_site_id = c.vendor_site_id
1141: AND bh.auction_header_id = p_auction_header_id;

Line 1152: ah.last_updated_by = fnd_global.user_id

1148:
1149: UPDATE pon_auction_headers_all ah
1150: SET ah.max_bid_color_sequence_id = l_color_sequence_id,
1151: ah.last_update_date = sysdate,
1152: ah.last_updated_by = fnd_global.user_id
1153: WHERE ah.auction_header_id = p_auction_header_id;
1154:
1155: -- Commit because this is an autonomous transaction
1156:

Line 1213: l_user_id := fnd_global.user_id;

1209: x_record_status := FND_API.G_TRUE;
1210:
1211: -- Initialize other variables
1212: l_sysdate := SYSDATE;
1213: l_user_id := fnd_global.user_id;
1214: l_login_id := fnd_global.login_id;
1215: l_insert_flag := 'N';
1216:
1217: l_debug_statement := is_debug_statement_on;

Line 1214: l_login_id := fnd_global.login_id;

1210:
1211: -- Initialize other variables
1212: l_sysdate := SYSDATE;
1213: l_user_id := fnd_global.user_id;
1214: l_login_id := fnd_global.login_id;
1215: l_insert_flag := 'N';
1216:
1217: l_debug_statement := is_debug_statement_on;
1218: l_debug_unexpected := is_debug_unexpected_on;

Line 1340: l_user_id := fnd_global.user_id;

1336: x_record_status := FND_API.G_TRUE;
1337:
1338: -- Initialize other variables
1339: l_sysdate := SYSDATE;
1340: l_user_id := fnd_global.user_id;
1341: l_login_id := fnd_global.login_id;
1342:
1343: l_debug_statement := is_debug_statement_on;
1344: l_debug_unexpected := is_debug_unexpected_on;

Line 1341: l_login_id := fnd_global.login_id;

1337:
1338: -- Initialize other variables
1339: l_sysdate := SYSDATE;
1340: l_user_id := fnd_global.user_id;
1341: l_login_id := fnd_global.login_id;
1342:
1343: l_debug_statement := is_debug_statement_on;
1344: l_debug_unexpected := is_debug_unexpected_on;
1345: