DBA Data[Home] [Help]

APPS.IGI_IAC_COMMON_UTILS dependencies on FA_GCCID_PKG

Line 1809: FA_GCCID_PKG.fafbgcc_proc

1805: ELSE
1806: l_account_ccid := null;
1807: END IF;
1808:
1809: FA_GCCID_PKG.fafbgcc_proc
1810: (X_book_type_code => X_book_type_code,
1811: X_fn_trx_code => X_account_type,
1812: X_dist_ccid => l_distribution_ccid,
1813: X_acct_segval => l_account_value,

Line 1849: FA_GCCID_PKG.global_concat_segs :=

1845: delim := FND_FLEX_EXT.get_delimiter(
1846: application_short_name => 'SQLGL',
1847: key_flex_code => 'GL#',
1848: structure_number => l_flex_num);
1849: FA_GCCID_PKG.global_concat_segs :=
1850: FND_FLEX_EXT.concatenate_segments(
1851: n_segments => n_segs,
1852: segments => all_segments,
1853: delimiter => delim);