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 1212: l_user_id := fnd_global.user_id;

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

Line 1213: l_login_id := fnd_global.login_id;

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

Line 1337: l_user_id := fnd_global.user_id;

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

Line 1338: l_login_id := fnd_global.login_id;

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