DBA Data[Home] [Help]

APPS.GMF_SUBLEDGER_PKG dependencies on FND_GLOBAL

Line 724: p_user_id => FND_GLOBAL.user_id,

720: g_from_batch_id := cur_rec.from_batch_id;
721: g_to_batch_id := cur_rec.to_batch_id;
722:
723: insert_control_record(
724: p_user_id => FND_GLOBAL.user_id,
725: p_gl_fiscal_year => TO_NUMBER(p_gl_fiscal_year),
726: p_gl_period => TO_NUMBER(p_gl_period),
727: p_posting_start_date => l_up_posting_start_date,
728: p_posting_end_date => l_up_posting_end_date,

Line 861: p_user_id => FND_GLOBAL.user_id,

857: l_req_end_date := l_up_posting_end_date;
858: END IF;
859:
860: insert_control_record(
861: p_user_id => FND_GLOBAL.user_id,
862: p_gl_fiscal_year => TO_NUMBER(p_gl_fiscal_year),
863: p_gl_period => TO_NUMBER(p_gl_period),
864: p_posting_start_date => l_req_start_date,
865: p_posting_end_date => l_req_end_date,

Line 942: p_user_id => FND_GLOBAL.user_id,

938: END LOOP;
939: ELSE --} {
940: -- 13797936 Added gmf_legal_entity_tz call for p_posting_start_date and p_posting_end_date
941: insert_control_record(
942: p_user_id => FND_GLOBAL.user_id,
943: p_gl_fiscal_year => TO_NUMBER(p_gl_fiscal_year),
944: p_gl_period => TO_NUMBER(p_gl_period),
945: p_posting_start_date => gmf_legal_entity_tz.convert_le_to_srv_tz(FND_DATE.canonical_to_date(p_posting_start_date), g_legal_entity_id),
946: p_posting_end_date => gmf_legal_entity_tz.convert_le_to_srv_tz(FND_DATE.canonical_to_date(p_posting_end_date), g_legal_entity_id),