DBA Data[Home] [Help]

APPS.PON_SOURCING_OPENAPI_GRP dependencies on FND_GLOBAL

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

474: from
475: fnd_user,
476: hz_relationships
477: where
478: fnd_user.user_id = fnd_global.user_id()
479: and hz_relationships.object_id = v_site_id
480: and hz_relationships.subject_id = fnd_user.person_party_id
481: and hz_relationships.relationship_type = 'POS_EMPLOYMENT'
482: and hz_relationships.relationship_code = 'EMPLOYEE_OF'

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

488: v_auc_contact_id := null;
489: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
490: fnd_log.string(fnd_log.level_statement,
491: 'pon.plsql.pon_sourcing_openapi_grp.create_draft_neg_interface',
492: 'Could not determine contact_id for fnd_user_id ' || fnd_global.user_id());
493: end if;
494: end;
495:
496: v_contracts_doctype := pon_conterms_utl_pvt.get_negotiation_doc_type(v_doctype_id);

Line 1730: argument3 => FND_GLOBAL.USER_NAME

1726: start_time => null,
1727: sub_request => FALSE,
1728: argument1 => to_char(p_interface_id),
1729: argument2 => to_char(x_document_number),
1730: argument3 => FND_GLOBAL.USER_NAME
1731: );
1732:
1733: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
1734: fnd_log.string(fnd_log.level_statement,

Line 2755: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;

2751: --it is an RFQ
2752: l_message_suffix := 'R';
2753: END IF;
2754:
2755: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
2756:
2757: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
2758: fnd_log.string(fnd_log.level_statement,
2759: 'pon.plsql.pon_sourcing_openapi_grp.pon_reneg_super_large_neg',

Line 2926: fnd_global.login_id,

2922: g_header_rec.user_id,
2923: SYSDATE,
2924: g_header_rec.user_id,
2925: SYSDATE,
2926: fnd_global.login_id,
2927: sysdate + 7);
2928:
2929: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
2930: fnd_log.string(fnd_log.level_statement,