DBA Data[Home] [Help]

APPS.IGS_EN_NSC_PKG dependencies on IGS_GE_GEN_003

Line 900: ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL) as a part of bug#4958173.

896: /*************************************************************
897: Change History
898: Who When What
899: (reverse chronological order - newest change first)
900: ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL) as a part of bug#4958173.
901: ***************************************************************/
902: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string
903: retcode OUT NOCOPY NUMBER , -- Request standard return status
904: p_comment IN VARCHAR2, -- Runtime comments

Line 921: igs_ge_gen_003.set_org_id(NULL);

917: l_file_name VARCHAR2(100);
918:
919: BEGIN
920: -- Printing file
921: igs_ge_gen_003.set_org_id(NULL);
922: IGS_EN_NSC_FILE_PRNT_PKG.Generate_file(
923: p_api_version => 1.0 ,
924: x_return_status => l_Return_Status,
925: x_msg_count => l_msg_count,

Line 969: ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL) as a part of bug#4958173.

965: /*************************************************************
966: Change History
967: Who When What
968: (reverse chronological order - newest change first)
969: ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL) as a part of bug#4958173.
970: ***************************************************************/
971: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string
972: retcode OUT NOCOPY NUMBER , -- Request standard return status
973: p_comment IN VARCHAR2, -- Runtime Comments

Line 992: igs_ge_gen_003.set_org_id(NULL);

988: l_msg_data VARCHAR2(2000);
989: p_non_std_rpt_type VARCHAR2(20);
990: BEGIN
991:
992: igs_ge_gen_003.set_org_id(NULL);
993: -- If the parameter non standard report type is passed as null
994: -- then it is assigned with a value 'Y'
995: IF p_non_std_rpt_typ IS NULL THEN
996: p_non_std_rpt_type := 'Y';

Line 1045: ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL) as a part of bug#4958173.

1041: /*************************************************************
1042: Change History
1043: Who When What
1044: (reverse chronological order - newest change first)
1045: ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL) as a part of bug#4958173.
1046: ***************************************************************/
1047: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string
1048: retcode OUT NOCOPY NUMBER , -- Request standard return status
1049: p_comment IN VARCHAR2, -- Runtime comments

Line 1066: igs_ge_gen_003.set_org_id(NULL);

1062: WHERE doc_inst_id = p_inst_id;
1063:
1064: BEGIN
1065:
1066: igs_ge_gen_003.set_org_id(NULL);
1067: OPEN c_rowid;
1068: FETCH c_rowid INTO l_rowid;
1069: CLOSE c_rowid;
1070: