DBA Data[Home] [Help]

APPS.CN_COLLECTION_GEN dependencies on FND_GLOBAL

Line 216: cn_utils.appindcr(code, ',x_request_id => fnd_global.conc_request_id');

212: cn_utils.indent(code, 5);
213:
214: cn_utils.appindcr(code, ' x_parent_proc_audit_id => dummy_num');
215: cn_utils.appindcr(code, ',x_process_audit_id => x_proc_audit_id');
216: cn_utils.appindcr(code, ',x_request_id => fnd_global.conc_request_id');
217: cn_utils.appindcr(code, ',x_process_type => '''|| x_event_name ||'''');
218: cn_utils.appindcr(code, ',p_org_id => x_org_id );');
219:
220: cn_utils.unindent(code, 5);

Line 559: cn_utils.appindcr(code, 'x_created_by NUMBER := to_number(fnd_global.user_id);');

555: cn_utils.appindcr(code, 'dummy_num NUMBER ;');
556: cn_utils.appindcr(code, 'x_return_status VARCHAR2(1);');
557: cn_utils.appindcr(code, 'x_msg_count NUMBER;');
558: cn_utils.appindcr(code, 'x_msg_data VARCHAR(2000);');
559: cn_utils.appindcr(code, 'x_created_by NUMBER := to_number(fnd_global.user_id);');
560: cn_utils.appindcr(code, 'x_creation_date DATE := sysdate;');
561: cn_utils.appindcr(code, 'x_last_updated_by NUMBER := to_number(fnd_global.user_id);');
562: cn_utils.appindcr(code, 'x_last_update_date DATE := sysdate;');
563: cn_utils.appindcr(code, 'x_last_update_login NUMBER := to_number(fnd_global.login_id);');

Line 561: cn_utils.appindcr(code, 'x_last_updated_by NUMBER := to_number(fnd_global.user_id);');

557: cn_utils.appindcr(code, 'x_msg_count NUMBER;');
558: cn_utils.appindcr(code, 'x_msg_data VARCHAR(2000);');
559: cn_utils.appindcr(code, 'x_created_by NUMBER := to_number(fnd_global.user_id);');
560: cn_utils.appindcr(code, 'x_creation_date DATE := sysdate;');
561: cn_utils.appindcr(code, 'x_last_updated_by NUMBER := to_number(fnd_global.user_id);');
562: cn_utils.appindcr(code, 'x_last_update_date DATE := sysdate;');
563: cn_utils.appindcr(code, 'x_last_update_login NUMBER := to_number(fnd_global.login_id);');
564: cn_utils.appindcr(code, 'x_ram_negate_profile VARCHAR2(1);');
565: --cn_utils.appindcr(code, 'X_org_id NUMBER;');

Line 563: cn_utils.appindcr(code, 'x_last_update_login NUMBER := to_number(fnd_global.login_id);');

559: cn_utils.appindcr(code, 'x_created_by NUMBER := to_number(fnd_global.user_id);');
560: cn_utils.appindcr(code, 'x_creation_date DATE := sysdate;');
561: cn_utils.appindcr(code, 'x_last_updated_by NUMBER := to_number(fnd_global.user_id);');
562: cn_utils.appindcr(code, 'x_last_update_date DATE := sysdate;');
563: cn_utils.appindcr(code, 'x_last_update_login NUMBER := to_number(fnd_global.login_id);');
564: cn_utils.appindcr(code, 'x_ram_negate_profile VARCHAR2(1);');
565: --cn_utils.appindcr(code, 'X_org_id NUMBER;');
566:
567: cn_utils.appendcr(code);

Line 612: cn_utils.appindcr(code, 'x_created_by NUMBER := to_number(fnd_global.user_id);');

608: cn_utils.appindcr(code, 'dummy_num NUMBER ;'); --JC 01-27-96
609: cn_utils.appindcr(code, 'x_return_status VARCHAR2(1);'); --DM 11-03-99
610: cn_utils.appindcr(code, 'x_msg_count NUMBER;'); --DM 11-03-99
611: cn_utils.appindcr(code, 'x_msg_data VARCHAR(2000);'); --DM 11-03-99
612: cn_utils.appindcr(code, 'x_created_by NUMBER := to_number(fnd_global.user_id);');
613: cn_utils.appindcr(code, 'x_creation_date DATE := sysdate;');
614: cn_utils.appindcr(code, 'x_last_updated_by NUMBER := to_number(fnd_global.user_id);');
615: cn_utils.appindcr(code, 'x_last_update_date DATE := sysdate;');
616: cn_utils.appindcr(code, 'x_last_update_login NUMBER := to_number(fnd_global.login_id);');

Line 614: cn_utils.appindcr(code, 'x_last_updated_by NUMBER := to_number(fnd_global.user_id);');

610: cn_utils.appindcr(code, 'x_msg_count NUMBER;'); --DM 11-03-99
611: cn_utils.appindcr(code, 'x_msg_data VARCHAR(2000);'); --DM 11-03-99
612: cn_utils.appindcr(code, 'x_created_by NUMBER := to_number(fnd_global.user_id);');
613: cn_utils.appindcr(code, 'x_creation_date DATE := sysdate;');
614: cn_utils.appindcr(code, 'x_last_updated_by NUMBER := to_number(fnd_global.user_id);');
615: cn_utils.appindcr(code, 'x_last_update_date DATE := sysdate;');
616: cn_utils.appindcr(code, 'x_last_update_login NUMBER := to_number(fnd_global.login_id);');
617: --cn_utils.appindcr(code, 'X_org_id NUMBER ;');
618: cn_utils.appendcr(code);

Line 616: cn_utils.appindcr(code, 'x_last_update_login NUMBER := to_number(fnd_global.login_id);');

612: cn_utils.appindcr(code, 'x_created_by NUMBER := to_number(fnd_global.user_id);');
613: cn_utils.appindcr(code, 'x_creation_date DATE := sysdate;');
614: cn_utils.appindcr(code, 'x_last_updated_by NUMBER := to_number(fnd_global.user_id);');
615: cn_utils.appindcr(code, 'x_last_update_date DATE := sysdate;');
616: cn_utils.appindcr(code, 'x_last_update_login NUMBER := to_number(fnd_global.login_id);');
617: --cn_utils.appindcr(code, 'X_org_id NUMBER ;');
618: cn_utils.appendcr(code);
619:
620:

Line 818: cn_utils.appindcr(body_code, 'x_conc_program_id := fnd_global.conc_program_id;'); --AE 01-18-96

814:
815: cn_utils.appindcr(body_code, 'x_col_audit_id := x_proc_audit_id;'); --AE 08-10-95
816: cn_utils.appendcr(body_code); */ -- JC 01-26-97
817:
818: cn_utils.appindcr(body_code, 'x_conc_program_id := fnd_global.conc_program_id;'); --AE 01-18-96
819:
820: --Condition added to fix bug 6203234
821: IF(x_event_id < 0)
822: THEN

Line 1684: fnd_global.local_chr(10)||text||fnd_global.local_chr(10) outstr

1680: LOOP <>
1681: FOR err_rec IN
1682: (SELECT
1683: '*** '||TYPE||' '||LOWER(NAME)||' LINE: '||line||'/'||position||
1684: fnd_global.local_chr(10)||text||fnd_global.local_chr(10) outstr
1685: FROM user_errors WHERE NAME = obj_rec.name||l_org_append||l_test_append)
1686: LOOP <>
1687: -- If there is enough space, append this error to the end of the
1688: -- Errbuf, otherwise aappend as mauch as possible and then quit