DBA Data[Home] [Help]

APPS.PON_SOURCING_OPENAPI_GRP dependencies on FND_GLOBAL

Line 517: fnd_user.user_id = fnd_global.user_id()

513: from
514: fnd_user,
515: hz_relationships
516: where
517: fnd_user.user_id = fnd_global.user_id()
518: and hz_relationships.object_id = v_site_id
519: and hz_relationships.subject_id = fnd_user.person_party_id
520: and hz_relationships.relationship_type = 'POS_EMPLOYMENT'
521: and hz_relationships.relationship_code = 'EMPLOYEE_OF'

Line 531: 'Could not determine contact_id for fnd_user_id ' || fnd_global.user_id());

527: v_auc_contact_id := null;
528: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
529: fnd_log.string(fnd_log.level_statement,
530: 'pon.plsql.pon_sourcing_openapi_grp.create_draft_neg_interface',
531: 'Could not determine contact_id for fnd_user_id ' || fnd_global.user_id());
532: end if;
533: end;
534:
535: v_contracts_doctype := pon_conterms_utl_pvt.get_negotiation_doc_type(v_doctype_id);

Line 2215: argument3 => FND_GLOBAL.USER_NAME

2211: start_time => null,
2212: sub_request => FALSE,
2213: argument1 => to_char(p_interface_id),
2214: argument2 => to_char(x_document_number),
2215: argument3 => FND_GLOBAL.USER_NAME
2216: );
2217:
2218: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
2219: fnd_log.string(fnd_log.level_statement,

Line 3254: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;

3250: --it is an RFQ
3251: l_message_suffix := 'R';
3252: END IF;
3253:
3254: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
3255:
3256: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
3257: fnd_log.string(fnd_log.level_statement,
3258: 'pon.plsql.pon_sourcing_openapi_grp.pon_reneg_super_large_neg',

Line 3425: fnd_global.login_id,

3421: g_header_rec.user_id,
3422: SYSDATE,
3423: g_header_rec.user_id,
3424: SYSDATE,
3425: fnd_global.login_id,
3426: sysdate + 7);
3427:
3428: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
3429: fnd_log.string(fnd_log.level_statement,