DBA Data[Home] [Help]

APPS.EGO_PUB_WS_VS dependencies on FND_GLOBAL

Line 643: fnd_global.user_id,

639: 'CHILD_VALUESETS',
640: 2,
641: l_explode_child_vs,
642: sysdate,
643: fnd_global.user_id,
644: l_web_service_name);
645: debug(3, l_proc_name||'Inserted CHILD_VALUESETS=>'||l_explode_child_vs);
646:
647:

Line 668: fnd_global.user_id,

664: 'TRIGGER_IMPORT',
665: 2,
666: NVL(l_trigger_import,'N'),
667: sysdate,
668: fnd_global.user_id,
669: l_web_service_name);
670:
671: debug(3, l_proc_name||'Inserted TRIGGER_IMPORT=>'||NVL(l_trigger_import,'N'));
672:

Line 699: fnd_global.user_id,

695: EGO_PUB_WS_UTIL.G_SYNC_PARAM,
696: 2,
697: l_publish_sync,
698: sysdate,
699: fnd_global.user_id,
700: l_web_service_name);
701: debug(3, l_proc_name||'Inserted SYNC=>'||l_publish_sync);
702:
703:

Line 721: fnd_global.user_id,

717: 'RETURN_PAYLOAD',
718: 2,
719: l_return_payload,
720: sysdate,
721: fnd_global.user_id,
722: l_web_service_name);
723: debug(3, l_proc_name||'Inserted RETURN_PAYLOAD=>'||l_publish_sync);
724:
725:

Line 770: fnd_global.user_id,

766: l_param_names(position),
767: 2,
768: l_config_option,
769: sysdate,
770: fnd_global.user_id,
771: l_web_service_name);
772: END IF;
773:
774: END LOOP;