DBA Data[Home] [Help]

APPS.JA_CN_ETC_CONC_PROG dependencies on JA_CN_GSSM_EXP_PKG

Line 821: Ja_Cn_Gssm_Exp_Pkg.Gssm_Export(Errbuf => Errbuf,

817: --===========================================================================
818: PROCEDURE Ent_Gssm_Export(Errbuf OUT NOCOPY VARCHAR2,
819: Retcode OUT NOCOPY VARCHAR2) IS
820: BEGIN
821: Ja_Cn_Gssm_Exp_Pkg.Gssm_Export(Errbuf => Errbuf,
822: Retcode => Retcode,
823: p_Gssm_Type => 'ENT');
824: END Ent_Gssm_Export;
825:

Line 941: Ja_Cn_Gssm_Exp_Pkg.Gssm_Export(Errbuf => Errbuf,

937: --===========================================================================
938: PROCEDURE Pub_Gssm_Export(Errbuf OUT NOCOPY VARCHAR2,
939: Retcode OUT NOCOPY VARCHAR2) IS
940: BEGIN
941: Ja_Cn_Gssm_Exp_Pkg.Gssm_Export(Errbuf => Errbuf,
942: Retcode => Retcode,
943: p_Gssm_Type => 'PUB');
944: END Pub_Gssm_Export;
945: