DBA Data[Home] [Help]

APPS.PO_WF_REQ_NOTIFICATION dependencies on FND_FLEX_EXT

Line 1383: l_segments fnd_flex_ext.SegmentArray;

1379: display_type in varchar2,
1380: document in out NOCOPY varchar2,
1381: document_type in out NOCOPY varchar2) IS
1382: nsegments number;
1383: l_segments fnd_flex_ext.SegmentArray;
1384: l_cost_center VARCHAR2(200);
1385: l_segment_num number;
1386: l_column_name VARCHAR2(20);
1387:

Line 1746: if fnd_flex_ext.get_segments( 'SQLGL','GL#', l_account_id,cc_id,nsegments,l_segments) then

1742: loop
1743: fetch ccId_csr into cc_Id;
1744: exit when ccid_csr%notfound;
1745:
1746: if fnd_flex_ext.get_segments( 'SQLGL','GL#', l_account_id,cc_id,nsegments,l_segments) then
1747: l_cost_center := l_segments(l_segment_num);
1748: else
1749: l_cost_center := '';
1750: end if;

Line 1765: if fnd_flex_ext.get_segments( 'SQLGL','GL#', l_account_id,cc_id,nsegments,l_segments) then

1761: end loop;
1762: close ccId_csr;
1763:
1764: if l_cost_center <> multiple_cost_center then
1765: if fnd_flex_ext.get_segments( 'SQLGL','GL#', l_account_id,cc_id,nsegments,l_segments) then
1766: l_cost_center := l_segments(l_segment_num);
1767: else
1768: l_cost_center := '';
1769: end if;