DBA Data[Home] [Help]

APPS.OTA_CRT_FINANCE_SEGMENT dependencies on FND_DATE

Line 406: l_from_cc_id :=FND_FLEX_EXT.GET_CCID('SQLGL', 'GL#', l_chart_of_accounts_id, fnd_date.date_to_canonical(sysdate),

402: END LOOP;
403: if p_result = 'S' then
404: if l_paying_cost_center is not null then
405: l_length := length (l_paying_cost_center);
406: l_from_cc_id :=FND_FLEX_EXT.GET_CCID('SQLGL', 'GL#', l_chart_of_accounts_id, fnd_date.date_to_canonical(sysdate),
407: l_paying_cost_center);
408:
409: if l_from_cc_id =0 then
410: p_from_result := 'C';

Line 646: l_to_cc_id :=FND_FLEX_EXT.GET_CCID('SQLGL', 'GL#', l_chart_of_accounts_id, fnd_date.date_to_canonical(sysdate),

642: END LOOP;
643: if p_result = 'S' then
644: if l_receiving_cost_center is not null then
645: l_length := length (l_receiving_cost_center);
646: l_to_cc_id :=FND_FLEX_EXT.GET_CCID('SQLGL', 'GL#', l_chart_of_accounts_id, fnd_date.date_to_canonical(sysdate),
647: l_receiving_cost_center);
648:
649: if l_to_cc_id = 0 then
650: p_result := 'E';